From: Joey Hess Date: Tue, 28 Jan 2025 19:29:25 +0000 (-0400) Subject: remove Read instance for AssociatedFile X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~158^2~65^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=87cda29dd7318053a30dd87d97f35dbf8578c052;p=git-annex.git remove Read instance for AssociatedFile This instance is not used. --- diff --git a/Types/Key.hs b/Types/Key.hs index 7302605c8a..03d5aa4638 100644 --- a/Types/Key.hs +++ b/Types/Key.hs @@ -203,7 +203,7 @@ splitKeyNameExtension' keyname = S8.span (/= '.') keyname {- A filename may be associated with a Key. -} newtype AssociatedFile = AssociatedFile (Maybe RawFilePath) - deriving (Show, Read, Eq, Ord) + deriving (Show, Eq, Ord) {- There are several different varieties of keys. -} data KeyVariety